Click or drag to resize

ServiceArchiveItem Method (IListItemId, StandardFolder)

Archives the item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> ArchiveItem(
	IList<ItemId> items,
	StandardFolder standardFolder
)

Parameters

items
Type: System.Collections.GenericIListItemId
The items.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The standard folder.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also